home *** CD-ROM | disk | FTP | other *** search
/ Sony Ericsson PC Suite K510 / PC Suite.iso / Install / USB-Driver / zebrbus.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2006-02-01  |  8.1 KB  |  196 lines

  1. ;*****************************************************************************
  2. ;
  3. ; zebrbus.inf   -- Install the Sony Ericsson Composite Device drivers
  4. ;
  5. ; Copyright (c) 2005 by MCCI 
  6. ;
  7. ; MCCI is a registered trademark of Moore Computer Consultants, Inc.
  8. ;
  9. ; NOTICE: This software is licensed, not sold.  Any modification of this
  10. ; inf file to change the reference to an operating system or to change the
  11. ; reference to a device is not permitted unless authorized in writing by
  12. ; Moore Computer Consultants, Inc..
  13. ;
  14. ;*****************************************************************************
  15.  
  16. [version]
  17. signature="$CHICAGO$"
  18. Class=USB
  19. ClassGuid={36FC9E60-c465-11cf-8056-444553540000}
  20. Provider=%Provider%
  21. DriverVer=12/07/2005, 4.30.0.2700
  22. ;CatalogFile=zebrbus.cat
  23.  
  24. [ControlFlags]
  25. ExcludeFromSelect = *
  26.  
  27. ;-----------------------------------------------------------------------------
  28. ; Specify target paths...
  29. ;-----------------------------------------------------------------------------
  30. [DestinationDirs]
  31. DefaultDestDir                  = 11                    ; LDID_SYS
  32. SEMCWdm.W95.CopyFiles       = 11                    ; LDID_SYS
  33. SEMCWdm.NT.CopyFiles        = 12                    ; system32\drivers
  34. PropPages.CopyFiles             = 11                    ; system
  35.  
  36. ;-----------------------------------------------------------------------------
  37. ; Specify the install disks.  A bit unwieldy during development.
  38. ;-----------------------------------------------------------------------------
  39. [SourceDisksNames]
  40. ; diskid = description[, [tagfile] [, <unused>, subdir]]
  41. 1=%DiskString%,"zebrbus.sys",,
  42.  
  43. [SourceDisksFiles]
  44. ; filename = diskid[, [subdir] [, size]]
  45. zebrbus.sys = 1
  46. zebrwh95.sys = 1
  47. zebrwhnt.sys = 1
  48.  
  49. ;-----------------------------------------------------------------------------
  50. ; Table of Contents:  manufacturer, then devices.
  51. ;-----------------------------------------------------------------------------
  52. [Manufacturer]
  53. %SEMC%=SEMC
  54.  
  55. ;-----------------------------------------------------------------------------
  56. ; The devices
  57. ;-----------------------------------------------------------------------------
  58. [SEMC]
  59. %SEMC.CdcBus.Desc% = SEMCWdm.Install, USB\VID_0FCE&PID_D030
  60. %SEMC.CdcBus.Desc% = SEMCWdm1.Install, USB\VID_0FCE&PID_E012
  61.  
  62. [SEMCWdm1.Install]
  63. DriverVer=12/07/2005, 4.30.0.2700
  64. CopyFiles       = SEMCWdm.W95.CopyFiles, SEMC.CopyFiles, PropPages.CopyFiles
  65. AddReg          = SEMCWdm1.AddReg, SEMCWdm.W95.AddReg
  66.  
  67. [SEMCWdm1.Install.NT]
  68. DriverVer=12/07/2005, 4.30.0.2700
  69. CopyFiles       = SEMCWdm.NT.CopyFiles
  70. AddReg          = SEMCWdm1.AddReg, SEMCWdm.NT.AddReg
  71.  
  72. [SEMCWdm1.Install.NT.Services]
  73. AddService      = zebrbus, 2, SEMCWdm.AddService
  74.  
  75. ;-----------------------------------------------------------------------------
  76. ; How to install them:  On W9x, the [section] name is used directly.
  77. ; On NT, the system first tries [section.NT], then [section].
  78. ;-----------------------------------------------------------------------------
  79.  
  80. ;-----------------------------------------------------------------------------
  81. ; Diagnostics Files CopyFiles List Section
  82. ;-----------------------------------------------------------------------------
  83. [SEMC.CopyFiles]
  84.  
  85. ;-----------------------------------------------------------------------------
  86. ; XXX when we have a property page DLL, add it to the following section.
  87. ;-----------------------------------------------------------------------------
  88. [PropPages.CopyFiles]
  89.  
  90. ;-----------------------------------------------------------------------------
  91. ;       How to install the WDM driver on W95/W98
  92. ;-----------------------------------------------------------------------------
  93. [SEMCWdm.Install]
  94. DriverVer=12/07/2005, 4.30.0.2700
  95. CopyFiles       = SEMCWdm.W95.CopyFiles, SEMC.CopyFiles, PropPages.CopyFiles
  96. AddReg          = SEMCWdm.AddReg, SEMCWdm.W95.AddReg
  97.  
  98. ;-----------------------------------------------------------------------------
  99. ;       How to install the WDM driver on NT
  100. ;-----------------------------------------------------------------------------
  101. [SEMCWdm.Install.NT]
  102. DriverVer=12/07/2005, 4.30.0.2700
  103. CopyFiles       = SEMCWdm.NT.CopyFiles
  104. AddReg          = SEMCWdm.AddReg, SEMCWdm.NT.AddReg
  105.  
  106. ;-----------------------------------------------------------------------------
  107. ;       How to start the WDM driver on NT
  108. ;-----------------------------------------------------------------------------
  109. [SEMCWdm.Install.NT.Services]
  110. AddService      = zebrbus, 2, SEMCWdm.AddService
  111.  
  112. [SEMCWdm.AddService]
  113. DisplayName             = %SEMC.Service.Desc%
  114. ServiceType             = 1     ; SERVICE_KERNEL_DRIVER
  115. StartType               = 3     ; SERVICE_DEMAND_START
  116. ErrorControl            = 1     ; SERVICE_ERROR_NORMAL
  117. ServiceBinary           = %12%\zebrbus.sys
  118. LoadOrderGroup          = Base
  119.  
  120. ;-----------------------------------------------------------------------------
  121. ;       WDM registry entries (all platforms)
  122. ;-----------------------------------------------------------------------------
  123. [SEMCWdm.AddReg]
  124. HKR,Scenarios,Scenario,0x10001, 01,00,00,00
  125. HKR,Scenarios\Scenario_0\Guids, GUID_SCENARIO_SPARROW_DIRECT,, "{311F0C13-CD90-462b-AD6E-459FCBDCBADD}"
  126. HKR,Scenarios\Scenario_0\ifc_01\Description, default,, "Sony Ericsson Direct mRouter Port Interface"
  127.  
  128. HKR,Scenarios\Scenario_1\Guids, GUID_SCENARIO_SPARROW_SERCABLE,, "{3A922B02-3CBF-4113-B34C-323F3235FEE7}"
  129. HKR,Scenarios\Scenario_1\ifc_01\Description, default,, "Sony Ericsson USB mRouter VSC Port Interface"
  130. HKR,Scenarios\Scenario_1\ifc_01,HardwareId,, "USB\Vid_$VID&Pid_$PID&Mi_$IFC&SCE&Os_$OS$,"
  131. HKR,Scenarios\Scenario_1\ifc_01,HardwareIdList,, "USB\Vid_$VID&Pid_$PID&Rev_$REV&Mi_$IFC&SCE&Os_$OS$,USB\Vid_$VID&Pid_$PID&Rev_$REV&Mi_$IFC&SCE$,USB\Vid_$VID&Pid_$PID&Mi_$IFC&SCE&Os_$OS$,USB\Vid_$VID&Pid_$PID&MI_$IFC&SCE$,USB\Vid_$VID&Pid_$PID&SCE&Os_$OS$,USB\Vid_$VID&Pid_$PID&SCE$,$,"
  132. HKR,Scenarios\Scenario_1\ifc_01,CompatibleIdList,, "USB\Vid_$VID&Pid_$PID&SCE&Os_$OS$,USB\Vid_$VID&Pid_$PID&SCE$,$,"
  133.  
  134. [SEMCWdm1.AddReg]
  135.  
  136.  
  137. ;-----------------------------------------------------------------------------
  138. ;       WDM registry entries (W95/98) (including how to start the driver)
  139. ;-----------------------------------------------------------------------------
  140. [SEMCWdm.W95.AddReg]
  141. HKR,,DevLoader,,*ntkern
  142. HKR,,NTMPDriver,,zebrbus.sys
  143.  
  144. ;-----------------------------------------------------------------------------
  145. ;       WDM registry entries (NT only)
  146. ;-----------------------------------------------------------------------------
  147. [SEMCWdm.NT.AddReg]
  148.  
  149. ;-----------------------------------------------------------------------------
  150. ;       The WDM copy list for Win95 -- different because things go in
  151. ;       different places.  Also, we probably need to rename drivers 
  152. ;       during the install.
  153. ;-----------------------------------------------------------------------------
  154. [SEMCWdm.W95.CopyFiles]
  155. zebrbus.sys
  156. zebrwh.sys,zebrwh95.sys
  157. zebrwh95.sys
  158. zebrwhnt.sys
  159.  
  160. ;-----------------------------------------------------------------------------
  161. ;       The WDM copy list for NT -- different because things go in
  162. ;       different places.
  163. ;-----------------------------------------------------------------------------
  164. [SEMCWdm.NT.CopyFiles]
  165. zebrbus.sys
  166. zebrwh.sys,zebrwhnt.sys
  167. zebrwhnt.sys
  168.  
  169.  
  170. ;****************************************************************************
  171. ; Localizable Strings
  172. ;****************************************************************************
  173. [strings]
  174.  
  175. ;BEGIN ENG - US English Strings
  176. Provider = "Sony Ericsson Mobile Communications AB"
  177. SEMC = "Sony Ericsson Mobile Communications AB"
  178. DiskString = "Sony Ericsson Composite Device Installation disk"
  179.  
  180. SEMC.CdcBus.Desc = "Sony Ericsson Composite Device"
  181. SEMC.Service.Desc = "Sony Ericsson Composite Device driver (WDM)"
  182.  
  183. CustomerDataPath = "Sony Ericsson"
  184. DriverSet = "Sony Ericsson Software"
  185. UninstallFile = "ZEBRUninstall.exe"
  186. McciOptions = "Uninstallable"
  187.  
  188.  
  189. ;END ENG - US English Strings
  190.  
  191. ;-----------------------------------------------------------------------------
  192. ; Following are symbolic constants which don't change per locale.
  193. ;-----------------------------------------------------------------------------
  194.  
  195. ;*** end of file ***
  196.